verifyNoOutstandingRequest ( service in module ngMock )

Description

Verifies that there are no outstanding requests that need to be flushed.

Typically, you would call this method following each test case that asserts requests using an "afterEach" clause.

  afterEach($httpBackend.verifyNoOutstandingRequest);